# Begin: Custom macros and commands for all e-mails BEFORE processing log('Begin: Custom macros and commands for all e-mails BEFORE processing'); # Begin: Disable encryption for internal e-mails from GINA and force LFT log('Begin: Disable encryption for internal e-mails from GINA and force LFT'); if (internal()) { if (compare('X-ESWmail-InternalEncrypt','match','Yes')) { rmheader('X-ESWmail-InternalEncrypt'); } } log('End: Disable encryption for internal e-mails from GINA and force LFT'); # End: Disable encryption for internal e-mails from GINA and force LFT log('End: Custom macros and commands for all e-mails BEFORE processing'); # End: Custom macros and commands for all e-mails BEFORE processing